.. _`Convert Image to 2D Table`: .. _`syip.convert_image_to_table_2d`: Convert Image to 2D Table ````````````````````````` .. image:: image_to_table.svg :width: 48 Converts first channel of image into a 2D table with X along columns and Y along rows. Documentation ::::::::::::: Converts first channel of image into a 2D table with X along columns and Y along rows. Definition :::::::::: Input ports ........... **image** image Input image Output ports ............ **data** table Table containing image data Related nodes ............. * :ref:`syip.convert_image_to_table` * :ref:`syip.convert_table_to_image` * :ref:`syip.convert_table2d_to_image` Implementation .............. .. automodule:: node_export :noindex: .. class:: ImageToTable2D :noindex: